Undo unintentional delete of provide line
authorBar Magal <barmagal@gmail.com>
Sun, 5 Jul 2015 20:24:31 +0000 (23:24 +0300)
committerBar Magal <barmagal@gmail.com>
Sun, 5 Jul 2015 20:24:31 +0000 (23:24 +0300)
which-key.el

index 59caa12ca5169477f3e5ee177520bfb9501940ba..30a83b50604531522c3c7d535ae5c0f594acc529 100644 (file)
@@ -291,3 +291,5 @@ longest key and description in the buffer, respectively."
   (if (> (length desc) which-key-max-description-length)
       (concat (substring desc 0 which-key-max-description-length) "..")
     desc))
+
+(provide 'which-key)